-
Notifications
You must be signed in to change notification settings - Fork 22
Added CSS Grid CheatSheet & JS DOM CheatSheet #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do These changes
CheatSheets/CSS Grid-CheatSheet.md
Outdated
| @@ -0,0 +1,141 @@ | |||
|  | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You add JavaScript Dom video in the CSS Grid Cheatsheet, change the video.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I added the correct link but by mistake I written wrong title.
CheatSheets/CSS Grid-CheatSheet.md
Outdated
| @@ -0,0 +1,141 @@ | |||
|  | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CSS Grid Cheatsheet is already there in the home directory, Do remove home directory cheatsheet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, JavaScript DOM cheatsheet is also there, you can pull the changes and update already written cheatsheet. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove duplicate links
CheatSheets/CSS Grid-CheatSheet.md
Outdated
|
|
||
| Learn More about CSS Grid from here: | ||
| [![Learn CSS Grid in 35 minutes: The Ultimate Crash Course for Beginners]](https://www.youtube.com/embed/ULp7wPJ-rzQ "Learn CSS Grid in 35 minutes: The Ultimate Crash Course for Beginners") | ||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have already added this at the end of the page.
| @@ -1,3 +1,5 @@ | |||
|  | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is already added at the end of the file, it should be in the end only
|
@rahulraj22, If you check CSS and JS DOM cheatsheet, you will find two video links in each file. Videos are present at top and bottom both places. You just have to remove from top place. let me know if you need any help |
Made minor changes to other CSS flexbox cheatsheet and Js cheatsheet.
Also included new file for CSS Grid cheatsheet and JS DOM cheatsheet.